go/types.Checker.recordCommaOkTypes (method)

3 uses

	go/types (current package)
		assignments.go#L448: 			check.recordCommaOkTypes(orig_rhs[0], rhs)
		assignments.go#L512: 			check.recordCommaOkTypes(orig_rhs[0], rhs)
		recording.go#L97: func (check *Checker) recordCommaOkTypes(x ast.Expr, a []*operand) {